Azure OpenAI
⚠️ Please note that using some AI providers, such as OpenAI's API, can be expensive. Monitor your usage carefully to avoid incurring unexpected costs. We're NOT responsible for your usage under any circumstance.
Quick Start Guide
- Instructions for setting up an Azure OpenAI Deployment can be found here.
Update your agent settings
- Set
AI_PROVIDERtoazure. - Set
AZURE_API_KEYto your Azure OpenAI API key. - Set
AZURE_OPENAI_ENDPOINTto your Azure OpenAI endpoint. - Set
AZURE_DEPLOYMENT_NAMEto your Azure OpenAI deployment ID for your primary model. - Set
AZURE_TEMPERATUREto a value between 0 and 1. The higher the value, the more creative the output. - Set
AZURE_MAX_TOKENSto the maximum number of input tokens.gpt-4oallows up to120000input tokens.